Delete Method (Recipients Collection)
The Delete
method deletes all the recipients in the Recipients collection.
Syntax
objRecipColl.Delete()
Parameters
objRecipColl
Required. The
Recipients collection object.
Remarks
Be cautious
using the Delete method with a collection, since it deletes all the
collection s member objects. To delete only one Recipient object, use the Delete method specific to that
object.
The effect of
the Delete method is not permanent until you use the Update, Send, or Delete method on the parent Message object containing the
Recipients collection.